home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / pub / users / Harry / cs105 / Office_2007_Files / ac02_ATT Database.accdb / Packages.json
JavaScript Object Notation  |  2009-02-28  |  1KB

  1. {
  2.     "schema": {
  3.         "Package": "Text (3)",
  4.         "Destination": "Text (50)",
  5.         "Length": "Text (50)",
  6.         "Description": "Text (50)",
  7.         "Accommodations": "Text (30)",
  8.         "Contact": "Text (30)",
  9.         "Phone": "Text (15)"
  10.     },
  11.     "data": [
  12.         {
  13.             "Package": "010",
  14.             "Destination": "Lake Tahoe",
  15.             "Length": "2 days, 1 night",
  16.             "Description": "Lodging and lift tickets",
  17.             "Accommodations": "Highland Condos",
  18.             "Contact": "Linda Fairlane",
  19.             "Phone": "800-555-2525"
  20.         },
  21.         {
  22.             "Package": "052",
  23.             "Destination": "Mega Theme Park",
  24.             "Length": "2 days, 1 night",
  25.             "Description": "Accomodations and park passes",
  26.             "Accommodations": "Mega Motel",
  27.             "Contact": "Carol Davis",
  28.             "Phone": "800-555-1122"
  29.         },
  30.         {
  31.             "Package": "112",
  32.             "Destination": "Washington, DC",
  33.             "Length": "5 days, 6 nights",
  34.             "Description": "Landmarks and galleries",
  35.             "Accommodations": "Washington Hotel",
  36.             "Contact": "Frank Miran",
  37.             "Phone": "212-555-0048"
  38.         },
  39.         {
  40.             "Package": "119",
  41.             "Destination": "Altantic City",
  42.             "Length": "3 days, 2 nights",
  43.             "Description": "Accomodations, show tickets, and dining",
  44.             "Accommodations": "Grand Hotel & Casino",
  45.             "Contact": "Marcy Shears",
  46.             "Phone": "800-555-7521"
  47.         }
  48.     ]
  49. }